Release 10.1A: OpenEdge Development:
Progress 4GL Reference
TEMP-TABLE-PREPARE( ) method
Signifies that all the field and index definitions for a temp-table have been supplied.
Return type: LOGICAL Applies to: Temp-table object handle
temp-table-name-expA character expression that evaluates to a temp-table name to be used in subsequent query statements that refer to this temp-table.
The temp-table is in an UNPREPARED state after the first definitional method is called until this method is called. During this time, only ADD/CREATE type methods may be called.
The TEMP-TABLE-PREPARE( ) method must be called after all fields and indexes have been created and before any non-ADD/CREATE method can be called. This method causes the pending list of field and index definitions to become part of the actual temp-table object, which puts the temp-table in a PREPARED state (that is, makes it ready for use).
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |